home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / Notification Stuff ƒ / *** READ ME *** next >
Encoding:
Text File  |  1992-06-20  |  1.3 KB  |  27 lines  |  [TEXT/ttxt]

  1. Notification Manager Hacks
  2. MacHack 1992
  3. By Brigham Stevens
  4. Apple Developer Technical Support
  5.  
  6. AppleLink BRIGHAM
  7. internet    brigham@appleLInk.apple.com
  8.  
  9. If you fix any of my bugs, please let me know.   
  10.  
  11. PoliteNotification
  12. ----------------
  13. Extension prevents notification dialogs from begin displayed by storing the text in a private buffer, accessable through a buffer located via Gestalt.
  14.  
  15. TrashCanNotifications
  16. --------------------
  17. Displayes the most recent notification text in the trash can window.  Really in any window named trash.  Patched EndUpdate to do this.
  18.  
  19. NotificationMon
  20. --------------
  21. This application registers with the PoliteNotification extension when it runs.  When a notification is received, it saves the text in a window.  Save does not work, but who the heck would want to save the notification text anyway.  
  22.  
  23. GestaltTalk
  24. -----------
  25. Put this in the THINK C Folder so the other projects can locate it.  IT contains a protocol for accessing the buffer that contains the notifications.  Right now it only saves one thing.  I would like to extend it to queue up entries, but did not have the time.  This may be useful for other Extensions that need to communicate to an application.  I don't think it is totally cool to use Gestalt like this, but hey, it's a HACK, and why not anyway?
  26.  
  27.